home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / arvid.346 / r_3 / install.cfg < prev    next >
Text File  |  1996-01-15  |  2KB  |  64 lines

  1. ; configuration file for Arvid-1000 installation
  2. ;-----------------------------------------------------------------
  3.  
  4. ;        version number
  5. version  v3.46r3
  6.  
  7. ;        software language
  8. ;        language documents    messages     help
  9. language Russian  DOC-RUSS.ARJ LNG-RUSS.ARJ HLP-RUSS.ARJ
  10. language English  DOC-RUSS.ARJ LNG-ENGL.ARJ HLP-RUSS.ARJ
  11.  
  12. ;        common archive
  13. common   COMMON.ARJ
  14.  
  15. ;        common readme file
  16. readme   README.1ST
  17.  
  18. ;        changes readme file
  19. changes  %pdoc%\CHANGES.VER
  20.  
  21. ;        avshell configuration (if already exist - not copied)
  22. shellcfg AVSHELL.CFG
  23.  
  24. ;        arvid models
  25. ;        model archive     driver      
  26. model    1010  ARVID10.ARJ ARVID10.EXE
  27. model    1020  ARVID20.ARJ ARVID20.EXE
  28. model    1031  ARVID31.ARJ ARVID31.EXE
  29.  
  30. ;        color palettes
  31. palette  Color       AVCOLOR.PAL
  32. palette  Black/White AVBW.PAL
  33. ;palette  Monochrome  AVMONO.PAL
  34. ;palette  LCD         AVLCD.PAL
  35.  
  36. ;        default path to executable files
  37. pinstall \ARVID
  38.  
  39. ;        default path to documentation
  40. pdoc     DOC
  41.  
  42. ;        default path to *.tdr directory
  43. ptdr     TDR
  44.  
  45. ;        default path to temporary directory
  46. ptmp     TMP
  47.  
  48. ;        minimum free space for install (kb)
  49. size     3000
  50.  
  51. ;        make batch files for arvid
  52. batch    ARVID.BAT    "@ECHO OFF|SET AVDIR=%ptdr%|SET TEMP=%ptmp%|SET PKUNZIP =-)|%driver% %1 %2 %3 %4 %5 %6 %7 %8 %9|"
  53. batch    AVCOMSTR.BAT "@ECHO OFF|SET AVDIR=%ptdr%|SET TEMP=%ptmp%|%driver% -Y_AVCOMST.EXE %1 %2 %3 %4 %5 %6 %7 %8 %9|"
  54. batch    AVRECOVR.BAT "@ECHO OFF|SET AVDIR=%ptdr%|SET TEMP=%ptmp%|%driver% -Y_AVRECOV.EXE %1 %2 %3 %4 %5 %6 %7 %8 %9|"
  55. batch    AVSHELL.BAT  "@ECHO OFF|SET AVDIR=%ptdr%|SET TEMP=%ptmp%|SET PKUNZIP =-)|AVSHELL.EXE|"
  56. batch    AVSETUP.BAT  "@ECHO OFF|%driver% -I -Y_AVSETUP.EXE M %1 %2 %3 %4 %5 %6 %7 %8 %9|"
  57. batch    AVIRC.BAT    "@ECHO OFF|%driver% -Y_AVIRC.EXE %1 %2 %3 %4 %5 %6 %7 %8 %9|"
  58.  
  59. ;        predelete files from previous versions
  60. delete   avtest*.* avset*.* avload*.* avvct.* *.doc arvid*.exe arvid.tbl avsetup.exe avcoms*.exe _avcoms*.exe changes.ver trouble.tst avshell*.* arvidx.bat avcomstx.bat
  61.  
  62. ;-----------------------------------------------------------------
  63. ; end of configuration
  64.